voice library meaning in English
声音图书馆
Examples
- An implementation of chinese character voice library
一个汉字语音库的实现 - This paper presents the study and implement of the voice middle library based on the cti technology , digital voice technology and open programming system technology , with emphasis on the soft structure and the technique to realize the middle voice library
摘要阐述了构建基于cti技术的语音中间库的必要性,从软硬件体系结构的角度描述了语音中间库的系统结构,并讨论了语音中间库的实现技术。 - In the phase of training , it gets the sampling data from the wave files which were stored in the voice library by using the mci functions . then calculates the character vector ( 12 ranks of lpc and lpcc ) and trains them by clustering method , so we get the templates used by speech - recognition , this templates were stored in the template library . in the state of recognition , after calculating the character vector of input voice , we compare it with the character vectors of templates , and then find the best one or refuse it
系统的组成模块与语音识别系统的基本构成模型基本一致,在训练过程中,通过调用mci ( mcimultimediacontrolinterface )提供的函数从语音库中的波形文件中读取采样数据,分帧计算出由12维线性预测系数和12维线性预测倒谱系数构成的特征矢量,并按照聚类的方法进行训练,得到后续语音识别时需要的模板,存放于模板库中。